home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / InvisiMail Lite / IM40lite.exe / InvisiMGR.exe / 0 / RCDATA / TUSERSETS / TUSERSETS.txt
Encoding:
Text File  |  2000-05-25  |  3.3 KB  |  156 lines

  1. object UserSets: TUserSets
  2.   Left = 362
  3.   Top = 116
  4.   Width = 355
  5.   Height = 371
  6.   Caption = 'User Settings'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 347
  19.     Height = 344
  20.     Align = alClient
  21.     TabOrder = 0
  22.     object SelectComp: TRadioGroup
  23.       Left = 2
  24.       Top = 15
  25.       Width = 343
  26.       Height = 70
  27.       Align = alTop
  28.       Caption = 'Compression'
  29.       ItemIndex = 0
  30.       Items.Strings = (
  31.         'Compress All Messages'
  32.         'Never Compress Messages'
  33.         'Compress Messages of more than (bytes)')
  34.       TabOrder = 0
  35.     end
  36.     object CompMsg: TSpinEdit
  37.       Left = 224
  38.       Top = 56
  39.       Width = 81
  40.       Height = 22
  41.       Increment = 16000
  42.       MaxValue = 1000000
  43.       MinValue = 4000
  44.       TabOrder = 1
  45.       Value = 16000
  46.     end
  47.     object SelectDec: TRadioGroup
  48.       Left = 2
  49.       Top = 85
  50.       Width = 343
  51.       Height = 70
  52.       Align = alTop
  53.       Caption = 'Decryption'
  54.       Items.Strings = (
  55.         'Decrypt all messages on delivery'
  56.         'Leave all messages encrypted'
  57.         'Decrypt Messages of less than (bytes) ')
  58.       TabOrder = 2
  59.     end
  60.     object DecSize: TSpinEdit
  61.       Left = 224
  62.       Top = 128
  63.       Width = 81
  64.       Height = 22
  65.       Increment = 16000
  66.       MaxValue = 1000000
  67.       MinValue = 4000
  68.       TabOrder = 3
  69.       Value = 16000
  70.     end
  71.     object Misc: TGroupBox
  72.       Left = 2
  73.       Top = 155
  74.       Width = 343
  75.       Height = 146
  76.       Align = alClient
  77.       Caption = 'Miscellaneous'
  78.       TabOrder = 4
  79.       object Label1: TLabel
  80.         Left = 8
  81.         Top = 88
  82.         Width = 100
  83.         Height = 13
  84.         Caption = 'Auto Logoff if idle for '
  85.       end
  86.       object Label2: TLabel
  87.         Left = 192
  88.         Top = 88
  89.         Width = 36
  90.         Height = 13
  91.         Caption = 'minutes'
  92.       end
  93.       object ProgressDisplay: TCheckBox
  94.         Left = 8
  95.         Top = 16
  96.         Width = 201
  97.         Height = 17
  98.         Caption = 'Hide the InvisiMail Progress Displays'
  99.         State = cbChecked
  100.         TabOrder = 0
  101.       end
  102.       object PassShare: TCheckBox
  103.         Left = 8
  104.         Top = 36
  105.         Width = 249
  106.         Height = 17
  107.         Caption = 'Enable InvisiMail Application Password Sharing'
  108.         TabOrder = 1
  109.       end
  110.       object AutoLogoff: TSpinEdit
  111.         Left = 112
  112.         Top = 80
  113.         Width = 73
  114.         Height = 22
  115.         MaxValue = 120
  116.         MinValue = 0
  117.         TabOrder = 2
  118.         Value = 0
  119.       end
  120.       object StartLogon: TCheckBox
  121.         Left = 8
  122.         Top = 56
  123.         Width = 249
  124.         Height = 17
  125.         Caption = 'Log on to InvisiMail at Startup'
  126.         TabOrder = 3
  127.       end
  128.     end
  129.     object Panel1: TPanel
  130.       Left = 2
  131.       Top = 301
  132.       Width = 343
  133.       Height = 41
  134.       Align = alBottom
  135.       TabOrder = 5
  136.       object BitBtn1: TBitBtn
  137.         Left = 40
  138.         Top = 8
  139.         Width = 75
  140.         Height = 25
  141.         Caption = '&Update'
  142.         TabOrder = 0
  143.         Kind = bkOK
  144.       end
  145.       object BitBtn2: TBitBtn
  146.         Left = 184
  147.         Top = 8
  148.         Width = 75
  149.         Height = 25
  150.         TabOrder = 1
  151.         Kind = bkCancel
  152.       end
  153.     end
  154.   end
  155. end
  156.